home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2006 May
/
PCWMAY06.iso
/
Software
/
Freeware
/
First Page 2006 3.00
/
fp2006-final-3.00-setup.exe
/
{app}
/
Iscripts
/
Stylesheets
/
pre-loading.izs
< prev
next >
Wrap
Text File
|
2005-09-27
|
2KB
|
157 lines
<!NOWIZARD>
<!TITLE>Pre-Loading Message
<!/TITLE>
<!DESCRIPTION>You can use this script to alert the users that your page is loading, is good if you have a long loading site.<!/DESCRIPTION>
<!CATEGORY>css<!/CATEGORY>
<!SCRIPT>
<!-- START OF SCRIPT -->
<!-- HOW TO INSTALL PRE-LOADING MESSAGE:
1. Copy code into the HEAD section of document -->
<!-- STEP ONE: Add code into HEAD section of document -->
<HEAD>
<style type="text/css">
<!--
#loading {
width: 200px;
height: 100px;
background-color: #c0c0c0;
position: absolute;
left: 50%;
top: 50%;
margin-top: -50px;
margin-left: -100px;
text-align: center;
}
-->
</style>
<script type="text/javascript">
<!-- Created by: Robert Paulson : http://www.abrahamjoffe.com.au/ -->
<!-- Begin
document.write('<div id="loading"><br><br>Please wait...</div>');
window.onload=function(){
document.getElementById("loading").style.display="none";
}
// End -->
</script>
<!-- END OF SCRIPT -->
<!/SCRIPT>
<!PREVIEW>
<!-- START OF SCRIPT -->
<!-- HOW TO INSTALL PRE-LOADING MESSAGE:
1. Copy code into the HEAD section of document -->
<!-- STEP ONE: Add code into HEAD section of document -->
<HEAD>
<style type="text/css">
<!--
#loading {
width: 200px;
height: 100px;
background-color: #c0c0c0;
position: absolute;
left: 50%;
top: 50%;
margin-top: -50px;
margin-left: -100px;
text-align: center;
}
-->
</style>
<script type="text/javascript">
<!-- Created by: Robert Paulson : http://www.abrahamjoffe.com.au/ -->
<!-- Begin
document.write('<div id="loading"><br><br>Please wait...</div>');
window.onload=function(){
document.getElementById("loading").style.display="none";
}
// End -->
</script>
<!-- END OF SCRIPT -->
<!/PREVIEW>
<!RELATED>NONE<!/RELATED>